home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / x_valin.swf / scripts / DefineButton2_12 / BUTTONCONDACTION on(release)_2.as next >
Encoding:
Text File  |  2007-10-01  |  119 b   |  9 lines

  1. on(release){
  2.    tellTarget(_root)
  3.    {
  4.       gotoAndStop("map1");
  5.       play();
  6.    }
  7.    toggleHighQuality();
  8. }
  9.